Documents for PDF, .NET Edition Documentation
IStructComparer<T> Interface
Members 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace : IStructComparer<T> Interface
The type of structs to compare.
Defines a method that a type implements to compare two structs.
Object Model
IStructComparer<T> Interface
Syntax
'Declaration
 
Public Interface IStructComparer(Of T As {New, Struct}) 
public interface IStructComparer<T> 
where T: new(), struct
Type Parameters
T
The type of structs to compare.
See Also

Reference

IStructComparer<T> Members
GrapeCity.Documents.Common Namespace